home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / AttrStretch.pod < prev    next >
Text File  |  2009-05-09  |  1KB  |  89 lines

  1. =head1 NAME
  2.  
  3. Pango::AttrStretch - Pango font stretch attribute
  4.  
  5. =cut
  6.  
  7. =for object Pango::AttrStretch - Pango font stretch attribute
  8.  
  9. =cut
  10.  
  11.  
  12.  
  13.  
  14. =head1 METHODS
  15.  
  16. =head2 attribute = Pango::AttrStretch-E<gt>B<new> ($stretch, ...)
  17.  
  18. =over
  19.  
  20. =item * $stretch (Pango::Stretch) 
  21.  
  22. =item * ... (list) 
  23.  
  24. =back
  25.  
  26. =head2 stretch = $attr-E<gt>B<value> (...)
  27.  
  28. =over
  29.  
  30. =item * ... (list) 
  31.  
  32. =back
  33.  
  34.  
  35.  
  36. =cut
  37.  
  38.  
  39. =head1 ENUMS AND FLAGS
  40.  
  41. =head2 enum Pango::Stretch
  42.  
  43. =over
  44.  
  45. =item * 'ultra-condensed' / 'PANGO_STRETCH_ULTRA_CONDENSED'
  46.  
  47. =item * 'extra-condensed' / 'PANGO_STRETCH_EXTRA_CONDENSED'
  48.  
  49. =item * 'condensed' / 'PANGO_STRETCH_CONDENSED'
  50.  
  51. =item * 'semi-condensed' / 'PANGO_STRETCH_SEMI_CONDENSED'
  52.  
  53. =item * 'normal' / 'PANGO_STRETCH_NORMAL'
  54.  
  55. =item * 'semi-expanded' / 'PANGO_STRETCH_SEMI_EXPANDED'
  56.  
  57. =item * 'expanded' / 'PANGO_STRETCH_EXPANDED'
  58.  
  59. =item * 'extra-expanded' / 'PANGO_STRETCH_EXTRA_EXPANDED'
  60.  
  61. =item * 'ultra-expanded' / 'PANGO_STRETCH_ULTRA_EXPANDED'
  62.  
  63. =back
  64.  
  65.  
  66.  
  67.  
  68. =cut
  69.  
  70.  
  71. =head1 SEE ALSO
  72.  
  73. L<Pango>
  74.  
  75.  
  76. =cut
  77.  
  78.  
  79. =head1 COPYRIGHT
  80.  
  81. Copyright (C) 2003-2008 by the gtk2-perl team.
  82.  
  83. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  84.  
  85.  
  86.  
  87. =cut
  88.  
  89.